RwShowCameraImage(RwCamera *cam, void *param);
Arguments
param A handle to the output device context. For example;
hdc
= GetDC(hwnd);
RwShowCameraImage(cam, (void *)hdc);
ReleaseDC(hwnd, hdc);